home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 101-125 / scopedisk114 / fastmenu / shortdocs < prev    next >
Text File  |  1995-03-19  |  2KB  |  51 lines

  1. The two enclosed files are my adaptations of a rexx script called
  2. FastMenu.  This version is somewhat different from the original in 
  3. that it sets up a menu bar at some convenient place on the workbench
  4. screen and provides a set of pull down menus for running your
  5. favorite programs.  The menu bar may be placed anywhere on the screen
  6. either by changing the hard-coded defaults in the script or by
  7. using parameters supplied on the command line.  Execute FastMenu1 ?
  8. to see the command syntax.  The hard coded defaults place the menu
  9. bar in the middle of the Workbench screen's menu bar right over the
  10. area where Workbench reports free memory.  I have also included a
  11. second script, PrtSetup.rexx, which runs under FastMenu1 and sets up
  12. a window with a set of gadgets used to set several common printer
  13. parameters.  The gadgets use standard AmigaDos escape sequences which
  14. are sent to the PRT: port and should work properly for any preferences
  15. printer.
  16.  
  17. While FastMenu1 checks for the needed Arexx and Arp libraries needed,
  18. PrtSetup does not because it assumes that FastMenu1 is already
  19. running.  If FastMenu1 is not running, then PrtSetup will exit with
  20. an error message.  If the libraries are not in the libs: directory,
  21. then FastMenu1 will exit with an error message.  Both programs check
  22. to see if their public message ports are already active, and if so
  23. will exit with appropriate error messages.
  24.  
  25. My thanks to Martin Weinstein, who did the original code for FastMenu.
  26. Read the comment header in FastMenu1 for more information on modifying
  27. these scripts for your specific system.  Presently, the menus are
  28. configured by my particular setup and may not work on yours until you
  29. have modified the various menu entries to correspond with your commands
  30. and paths.  Please pay close attention to the quoting conventions when
  31. modifying FastMenu1, as they are critical to the proper behavior of
  32. the script.  FastMenu1 does NOT have to be RUN.  Once executed it will
  33. detach itself.  Command line is:
  34.  
  35.     If you have WShell and Arexx installed:
  36.  
  37.         FastMenu1 or FastMenu1 xpos ypos wid ht
  38.  
  39.     If you don't have WShell, but have Arexx installed:
  40.  
  41.         run rx FastMenu1 or run rx FastMenu1 xpos ypos wid ht
  42.  
  43. If you haven't Arexx, then you cannot use FastMenu1 or PrtSetup.
  44.  
  45. Any comments or reports:
  46.  
  47.     Steven D. Kapplin
  48.     5113 Oak Haven Ln
  49.     Tampa, FL 33617
  50.     CIS 70055,1021
  51.